Operation Document.Routing.Step.Done (Set Step Done)
In component org.nuxeo.ecm.platform.routing.operations
Description
Set the step as done.
| Operation id | Document.Routing.Step.Done |
|---|---|
| Category | Routing |
| Label | Set Step Done |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | void |
|---|---|
| Outputs | void |
Implementation Information
| Implementation Class | Class: org.nuxeo.ecm.platform.routing.api.operation.StepDoneOperation |
|---|---|
| Contributing Component | org.nuxeo.ecm.platform.routing.operations |
JSON Definition
{
"id" : "Document.Routing.Step.Done",
"label" : "Set Step Done",
"category" : "Routing",
"requires" : null,
"description" : "Set the step as done.",
"url" : "Document.Routing.Step.Done",
"signature" : [ "void", "void" ],
"params" : [ ]
}